home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / goodies / qtmultiimage / readme < prev   
Encoding:
Text File  |  2000-09-28  |  874 b   |  13 lines

  1. README - QTMultiImage
  2.  
  3. This file contains code that illustrates how to determine whether an image file contains  more than one image and how to display any of those images. This is useful for working with FlashPix files (which contain multiple resolutions of an image) and PhotoShop files (which store layers as separate images), among others.
  4.  
  5. The key new functions to use are GraphicsImportGetImageCount and GraphicsImportSetImageIndex. The rest of the image-handling is done using graphics importer routines that have previously been available.
  6.  
  7. This file defines a single function that prompts the user for an image file, determines how many images are contained in that file, and then displays each such image for a short period of time (2 seconds). Your application, of course, will probably want to do more
  8. interesting things with the image. 
  9.  
  10. Enjoy,
  11. QuickTime Team
  12.  
  13.